projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f144a4
)
mmc: add missing prototype for mmc_get_env_dev
author
Clemens Gruber
<
[email protected]
>
Tue, 26 Jan 2016 15:20:38 +0000
(16:20 +0100)
committer
Tom Rini
<
[email protected]
>
Mon, 1 Feb 2016 22:08:44 +0000
(17:08 -0500)
This is a follow-up patch to
e92029c0f4
and adds a prototype for
the weak mmc_get_env_dev function.
Cc: Tom Rini <
[email protected]
>
Cc: Stephen Warren <
[email protected]
>
Signed-off-by: Clemens Gruber <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Peng Fan <
[email protected]
>
include/mmc.h
patch
|
blob
|
history
diff --git
a/include/mmc.h
b/include/mmc.h
index 465daeb0852a4f1168bb09f2603bea8afec3cd28..d652c1484efdd7892df02cd37ac36ed7eada7c8e 100644
(file)
--- a/
include/mmc.h
+++ b/
include/mmc.h
@@
-479,6
+479,7
@@
void board_mmc_power_init(void);
int board_mmc_init(bd_t *bis);
int cpu_mmc_init(bd_t *bis);
int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
+int mmc_get_env_dev(void);
struct pci_device_id;